Use a GString instead of static buffer to reduce .bss by 8kb. (#336784)
authorBehdad Esfahbod <behdad@gnome.org>
Sat, 1 Apr 2006 20:06:15 +0000 (20:06 +0000)
committerBehdad Esfahbod <behdad@src.gnome.org>
Sat, 1 Apr 2006 20:06:15 +0000 (20:06 +0000)
commit6da22af993502fb6323c31000c38b334e38a10e9
treed96a06d950efc72034ebc2d4b2e72059c83a9cdc
parent68d222c7573221cd40d912c5a35f616eb3eb4818
Use a GString instead of static buffer to reduce .bss by 8kb. (#336784)

2006-04-01  Behdad Esfahbod  <behdad@gnome.org>

        * gtk/gtkfilesel.c (gtk_file_selection_get_filename): Use a GString
        instead of static buffer to reduce .bss by 8kb. (#336784)
ChangeLog
ChangeLog.pre-2-10
gtk/gtkfilesel.c